subscribeSafelyWithoutExceptions

inline fun <T> Flow<T>.subscribeSafelyWithoutExceptions(    scope: CoroutineScope,     noinline onException: ExceptionHandler<T?> = defaultSafelyWithoutExceptionHandlerWithNull,     noinline block: suspend (T) -> Unit): Job

Use subscribeSafelyWithoutExceptions, but all exceptions will be passed to defaultSafelyExceptionHandler